var runtime.auxvreadbuf
7 uses
runtime (current package)
os_linux.go#L230: var auxvreadbuf [128]uintptr
os_linux.go#L278: n = read(fd, noescape(unsafe.Pointer(&auxvreadbuf[0])), int32(unsafe.Sizeof(auxvreadbuf)))
os_linux.go#L285: auxvreadbuf[len(auxvreadbuf)-2] = _AT_NULL
os_linux.go#L286: pairs := sysauxv(auxvreadbuf[:])
os_linux.go#L287: auxv = auxvreadbuf[: pairs*2 : pairs*2]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |